手动实现 ML lib
https://github.com/kenp-io/DeepLearning-Project2
- activation.py: contains classes of activation functions implemented
- layer.py: contains classes defining the layers
- loss.py: contains classes defining the losses
- nnmodule.py: parent class
- optimizer.py: contains classes defining optimizers
- parameter.py: contains the class Parameter
- sequential.py: contain the class Sequential
- test.py: contains an example of the test of this library